release: promote develop to main (target-QC deviation rule)#339
Merged
Conversation
Third detector rule: flag hours where target − reference falls below -deviation_mw for at least deviation_slots consecutive native-cadence slots, with the published day-ahead forecast as the reference column. Dropout-only by design — the 2026-06 incident class is exclusively negative (observed to −16.6 GW under the forecast) while staying below the dynamics thresholds (2026-06-07 frontier: 5.6 GW steps under the 6 GW limit at Actual − Forecast = −11.6 GW), so level-vs-reference is the discriminator the range/step rules cannot see. Semantics: - inert-by-default: new knobs target_qc_deviation_mw/_ref/_slots default to None/None/2; pipeline stays byte-identical when unset - frontier-safe: NaN in either column compares False, so the publication-lag tail never flags and a gap breaks a consecutive run - missing reference column skips the rule silently (mirrors absent target handling); reference is never NaN-ed by heal/truncate when targets are scoped to the actuals Plumbed through ConfigEntsoe/ConfigMulti, validate_config, and the prepare_data call site (detector activation now includes deviation-only configurations). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…arget-qc-deviation-rule feat(preprocessing): add deviation rule to target-corruption detector
## [18.1.0-rc.1](v18.0.1...v18.1.0-rc.1) (2026-06-07) ### Features * **preprocessing:** add deviation rule to target-corruption detector ([95d45d2](95d45d2)) ### Documentation * add live {python} Examples to all public symbols missing them ([5fac4ca](5fac4ca))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Promotes develop to main for release.
Contains:
🤖 Generated with Claude Code